home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / NMFW203.ZIP / FMAN.HLP < prev    next >
Encoding:
Text File  |  1996-03-18  |  5.7 KB  |  233 lines

  1. @HELP
  2. -------------------------------------------------------------------------
  3. Any command must be on ONE line: it can be more than 80 chars, provided
  4. there are no <CR>. The commands are case insensitive.
  5. <filespec> can contain wildcards (* and ?).
  6. <file> is a single filename.
  7. Areas are specified by area-name.
  8. -------------------------------------------------------------------------
  9.  
  10.  
  11.  
  12. HELP
  13.  
  14.     Gives a brief description of all the commands available to you.
  15.  
  16.  
  17. @AREAS
  18.  
  19. AREAS
  20.  
  21.     Lists all the areas available to you.
  22.  
  23.  
  24. @FILES
  25.  
  26. FILES <area>
  27.  
  28.     Lists all the files in <area> and their descriptions.
  29.  
  30.     Example:
  31.             FILES local.dos
  32.             FILES UTI
  33.  
  34.  
  35. @NEWFILES 
  36.  
  37. NEWFILES [<days>]
  38.  
  39.     Lists the new files in all the areas available to you and their
  40.     descriptions. You can optionally specify <days>, thus overriding the
  41.     SysOp specified default.
  42.  
  43.     Example:
  44.             NEWFILES
  45.             NEWFILES 15
  46.  
  47.  
  48. @LOCATE
  49.  
  50. LOCATE <token>
  51.  
  52.     Finds all the occurences of <token> in file names and descriptions
  53.     in all the areas available to you.
  54.  
  55.     Example:
  56.             Locate node
  57.  
  58.  
  59. @DIR
  60.  
  61. DIR *|<area> [<filespec>] [<filespec>] ...
  62.  
  63.     In <area> lists all the files specified by <filespec> and their
  64.     descriptions in the directory order.
  65.     If you specify * instead of an area name, all the areas available
  66.     to you are searched. If you omit <filespec> all the files are listed.
  67.  
  68.     Example:
  69.             DIR UTI
  70.             DIR local.node node*.zip nodediff.*
  71.             DIR * nodelist.*
  72.  
  73.  
  74. @CONT
  75.  
  76. CONT *|<area> [<filespec>] [<filespec>] ...
  77.  
  78.     In <area> lists all the files specified by <filespec> and their
  79.     descriptions and contents (if they are compressed) in the directory
  80.     order.
  81.     If you specify * instead of an area name, all the areas available
  82.     to you are searched. If you omit <filespec> all the files are listed.
  83.  
  84.     Example:
  85.             CONT UTI
  86.             CONT Local.Node node*.zip nodediff.*
  87.             CONT * nodelist.*
  88.  
  89.  
  90. @TYPE
  91.  
  92. TYPE <area> <file> [<fmline> [<nlines>]]
  93.  
  94.     In <area> types <file>. You can optionally specify a "from line"
  95.     <fmline> and a number of lines <nlines>. The file is typed only if
  96.     it seems to be a text file.
  97.  
  98.     Example:
  99.             Type NODE nodelist.txt
  100.             Type NODE nodelist.txt 50
  101.             Type NODE nodelist.txt 50 150
  102.  
  103.  
  104. @HURL
  105.  
  106. HURL <from_area> <to_area> <filespec> [<filespec>] ...
  107.  
  108.     Moves the files specified by <filespec> and their descriptions
  109.     from <from_area> to <to_area>.
  110.  
  111.     Example:
  112.             Hurl MISC NODE *.zip *.lzh nodelist.txt
  113.  
  114.  
  115. @EDIT
  116.  
  117. EDIT <area> <file> <description>
  118.  
  119.     In <area> sets the <file> description to <description>.
  120.  
  121.     Example:
  122.             Edit Local.Node nodelist.zip Nodelist in zip format
  123.  
  124.  
  125. @KILL
  126.  
  127. KILL <area> <filespec> [<filespec>] ...
  128.  
  129.     In <area> deletes the files specified by <filespec> and their
  130.     descriptions.
  131.  
  132.     Example:
  133.             Kill MISC *.gif nodelist.txt
  134.  
  135.  
  136. @KILLTO
  137.  
  138. KILLTO <area> <file>
  139.  
  140.     In <area> deletes <file> and all the preceding ones, with their
  141.     descriptions. The order of deletion is the same as reported by the
  142.     FILES command.
  143.  
  144.     Example:
  145.             KillTo MISC pippo.gif
  146.  
  147.  
  148. @TOUCH
  149.  
  150. TOUCH <area> <filespec> [<filespec>] ...
  151.  
  152.     In <area> sets <filespec> upload-date to today.
  153.  
  154.     Example:
  155.             Touch UPLOAD *.zip
  156.  
  157.  
  158. @REN
  159.  
  160. REN <area> <filespec1> <filespec2>
  161.  
  162.     In <area> renames <filespec1> to <filespec2>.
  163.     The wildcards handling is the same as the OS' one.
  164.  
  165.     Example:
  166.             Ren NODE nodelist.* fido????.*
  167.  
  168.  
  169. @DELAFT
  170.  
  171. DELAFT <area> <file>|<begin> <fmline> <nlines>
  172.  
  173.     In <area> deletes <nlines> lines starting from <fmline> lines after
  174.     <file> or <begin>.
  175.  
  176.     Example:
  177.             Delaft NODE nodelist.txt 3 10
  178.             Delaft Local.Uti <begin> 1 3
  179.  
  180.     The first command deletes 10 lines starting 3 lines after
  181.     nodelist.txt in area NODE.
  182.  
  183.     The second command deletes 3 lines of description starting from the
  184.     first line of the description file in area Local.Uti.
  185.  
  186.     Note: a multi-line file description accounts for ONE line.
  187.  
  188.  
  189. @ADDAFT
  190.  
  191. ADDAFT <area> <file>|<begin> <fmline> [<txt>]
  192.  
  193.     In <area> adds <txt> starting <fmline> lines after <file> or
  194.     <begin>.  If you omit <txt> the text deleted by the last DELAFT
  195.     command will be added. If there are less than <fmline> lines, <txt>
  196.     will be added at the end of the description file.
  197.  
  198.     Example:
  199.             Addaft NODE nodelist.txt 1  And now the new files !
  200.             Addaft Local.Uti <begin> 300
  201.  
  202.     The first command adds " And now..." on the line after
  203.     nodelist.txt in area NODE.
  204.  
  205.     Please note that <fmline> and <txt> are separated by ONE space: all
  206.     following ones are considered part of <txt>.
  207.  
  208.     The second command adds the text deleted by the last DELAFT command
  209.     at the end of the description file of area Local.Uti if it has less
  210.     than 300 lines; otherwise it adds the text starting on the 300th
  211.     line.
  212.  
  213.     Notes: a multi-line file description accounts for ONE line.
  214.  
  215.  
  216. @SORTAFT
  217.  
  218. SORTAFT <area> <file1>|<begin> <file2> [<file3>] ...
  219.  
  220.     In <area> moves the descriptions of <file2> [<file3>] ...
  221.     immediately after <file1> or <begin> in the listed order.
  222.  
  223.     Example:
  224.             Sortaft NODE <begin> nodelist.zip nodelist.lzh
  225.             Sortaft NODE nodelist.lzh nodelist.txt nodelist.prn
  226.  
  227.     The first command moves the descriptions of nodelist.zip and
  228.     nodelist.lzh at the head of the description file.
  229.  
  230.     The second command moves the descriptions of nodelist.txt and
  231.     nodelist.prn after nodelist.lzh in the listed order.
  232.  
  233.